翻訳と辞書
Words near each other
・ Intellectual property protection of typefaces
・ Intellectual Property Regulation Board
・ Intellectual Property Research Institute of Australia
・ Intellectual property valuation
・ Intel Inboard 386
・ Intel International Science and Engineering Fair
・ Intel iPSC
・ Intel iPSC/2
・ Intel iPSC/860
・ Intel Ireland
・ Intel ISEF Finalist Medal
・ Intel LANSpool
・ Intel Matrix RAID
・ Intel MCS-296
・ Intel MCS-48
Intel MCS-51
・ Intel MCS-96
・ Intel Memory Model
・ Intel Mobile Communications
・ Intel Modular Server System
・ Intel MPX
・ Intel Museum
・ Intel Open Port
・ Intel Open Source License
・ Intel Outstanding Researcher Award
・ Intel P2
・ Intel P3
・ Intel P35
・ Intel P4
・ Intel P45


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Intel MCS-51 : ウィキペディア英語版
Intel MCS-51

The Intel MCS-51 (commonly termed 8051) is a Harvard architecture, complex instruction set computing (CISC) instruction set, single chip microcontroller (µC) series developed by Intel in 1980 for use in embedded systems.〔John Wharton: ''An Introduction to the Intel MCS-51 Single-Chip Microcomputer Family'', Application Note AP-69, May 1980, Intel Corporation.〕 Intel's original versions were popular in the 1980s and early 1990s and enhanced binary compatible derivatives remain popular today.
Intel's original MCS-51 family was developed using N-type metal-oxide-semiconductor (NMOS) technology, but later versions, identified by a letter C in their name (e.g., 80C51) used complementary metal–oxide–semiconductor (CMOS) technology and consume less power than their NMOS predecessors. This made them more suitable for battery-powered devices.
The family was continued in 1996 with the enhanced 8-bit MCS-151 and the 8/16/32-bit MCS-251 family of binary compatible microcontrollers.〔 While Intel no longer manufactures the MCS-51, MCS-151 and MCS-251 family, enhanced binary compatible derivatives made by numerous vendors remain popular today. Some derivatives integrate a digital signal processor (DSP). Beyond these physical devices, several companies also offer MCS-51 derivatives as IP cores for use in field-programmable gate array (FPGA) or application-specific integrated circuit (ASIC) designs.
== Important features and applications ==

The 8051 architecture provides many functions (central processing unit (CPU), random access memory (RAM), read-only memory (ROM), input/output (I/O), interrupt logic, timer, etc.) in one package:
* 8-bit arithmetic logic unit (ALU) and accumulator, 8-bit registers (one 16-bit register with special move instructions), 8-bit data bus and 2×16-bit address bus/program counter/data pointer and related 8/11/16-bit operations; hence it is mainly an 8-bit microcontroller
* Boolean processor with 17 instructions, 1-bit accumulator, 32 registers (4 bit-addressable 8-bit) and up to 144 special 1 bit-addressable RAM variables (18 bit-addressable 8-bit)〔(John Wharton: ''Using the Intel MCS-51 Boolean Processing Capabilities'' ) Application Note AP-70, May 1980, Intel Corporation.〕
* Multiply, divide and compare instructions
* 4 fast switchable register banks with 8 registers each (memory mapped)
* Fast interrupt with optional register bank switching
* Interrupts and threads with selectable priority〔(8051 Tutorial: Interrupts )〕
* Dual 16-bit address bus – It can access 2 x 216 memory locations – 64 KB (65,536 locations) each of RAM and ROM
* 128 bytes of on-chip RAM (IRAM)
* 4 KiB of on-chip ROM, with a 16-bit (64 KiB) address space (PMEM). Not included on 803X variants
* Four 8-bit bi-directional input/output port
* UART (serial port)
* Two 16-bit Counter/timers
* Power saving mode (on some derivatives)
One feature of the 8051 core is the inclusion of a boolean processing engine which allows bit-level boolean logic operations to be carried out directly and efficiently on select internal registers and select RAM locations. This feature helped cement the 8051's popularity in industrial control applications because it reduced code size by as much as 30%. Another feature is the inclusion of four bank selectable working register sets which greatly reduce the amount of time required to complete an interrupt service routine. With one instruction, the 8051 can switch register banks versus the time consuming task of transferring the critical registers to the stack, or designated RAM locations. These registers also allowed the 8051 to quickly perform a context switch.
Once a UART, and a timer if necessary, has been configured, the programmer needs only write a simple interrupt routine to refill the ''send'' shift register whenever the last bit is shifted out by the UART and/or empty the full ''receive'' shift register (copy the data somewhere else). The main program then performs serial reads and writes simply by reading and writing 8-bit data to stacks.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Intel MCS-51」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.